From 8041035d3ce04e72ab0dadef325c03447dc6d87f Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 30 Nov 2025 23:22:01 -0500 Subject: nemesis: split nemesis.py into utils.py, main.py. nemesis/nemesis.py: remove main function, parsing, utility files [new file]: nemesis/utils.py [new file]: main.py Update copyright information --- nemesis/causal_event_loop.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nemesis/causal_event_loop.py') diff --git a/nemesis/causal_event_loop.py b/nemesis/causal_event_loop.py index 9b774d0..f9cffb4 100644 --- a/nemesis/causal_event_loop.py +++ b/nemesis/causal_event_loop.py @@ -1,5 +1,7 @@ ''' -Copyright 2025 bdunahu +Copyright: + + Copyright © 2025 bdunahu Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -14,7 +16,6 @@ Copyright 2025 bdunahu limitations under the License. Commentary: - Code: ''' from typing import TYPE_CHECKING, Any, Callable, Self -- cgit v1.2.3