Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Aug 27, 2023
1 parent 4f426c1 commit ba16a9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion okdmr/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# okdmr should not be package, but namespace
__init__.py
/okdmr/__init__.py
4 changes: 4 additions & 0 deletions okdmr/dmrlib/storage/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from typing import Tuple

ADDRESS_TYPE = Tuple[str, int]
ADDRESS_EMPTY: ADDRESS_TYPE = ("", 0)
Empty file.

0 comments on commit ba16a9a

Please sign in to comment.