Skip to content

Commit 721b1b2

Browse files
committed
create class BaseInterface
1 parent 6644626 commit 721b1b2

File tree

1 file changed

+5
-0
lines changed
  • src/domain/auth/users/interfaces

1 file changed

+5
-0
lines changed
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from abc import ABC
2+
3+
4+
class BaseInterface(ABC):
5+
pass

0 commit comments

Comments
 (0)