init python-api lib

This commit is contained in:
2023-11-02 23:26:05 +01:00
commit 66398936f0
4 changed files with 43 additions and 0 deletions

0
tests/accounts/login.py Normal file
View File

View File

@ -0,0 +1,10 @@
from unittest import TestCase
import uuid
class RegisterTest(TestCase):
def setUp(self):
self.username: str = uuid.uuid4()
self.password: str = uuid.uuid4()
def test_valid