Move rest_client to it's own sub-structure

This commit is contained in:
Matthias 2024-03-29 08:09:03 +01:00
parent e75d46321e
commit 3401e3506b
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
from ft_rest_client import FtRestClient
__all__ = ['FtRestClient']