1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 11:34:18 +00:00

🗑 Remove unused __init__ files

This commit is contained in:
Steffo 2020-12-27 11:32:11 +01:00
parent 33a3e2ea38
commit d0c0b6ecd4
3 changed files with 0 additions and 12 deletions

View file

@ -1,12 +0,0 @@
"""
"""
from __future__ import annotations
import royalnet.royaltyping as t
import logging
from . import *
log = logging.getLogger(__name__)