diff options
| author | bd <bdunahu@operationnull.com> | 2025-11-30 23:22:01 -0500 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-11-30 23:22:01 -0500 |
| commit | 8041035d3ce04e72ab0dadef325c03447dc6d87f (patch) | |
| tree | e23bc1be9b268ff672f17e76229f113a49423db3 /nemesis/causal_event_loop.py | |
| parent | 444554a579fe57e3bd470821d77c3cf4af60c56f (diff) | |
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
Diffstat (limited to 'nemesis/causal_event_loop.py')
| -rw-r--r-- | nemesis/causal_event_loop.py | 5 |
1 files changed, 3 insertions, 2 deletions
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 <bdunahu@operationnull.com> 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 |
