Skip to content

Commit

Permalink
created network module
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Jun 25, 2024
1 parent 2a95232 commit 2ebff69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Empty file.
6 changes: 6 additions & 0 deletions networkcommons/network/_network.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

class Network:

def __init__(self):

pass

0 comments on commit 2ebff69

Please sign in to comment.