Project tree changes

This commit is contained in:
Profitroll 2022-09-22 15:57:58 +02:00
parent 63fa79f693
commit 54d382f190
10 changed files with 1 additions and 6 deletions

View File

@ -37,5 +37,4 @@ actually sophisticated. But remember, that I wrote all of that without sophistic
__version__ = "0.1"
__author__ = "Profitroll"
from .main import *
import raw
from . import raw

View File

@ -5,10 +5,6 @@ setup(
version="0.1",
author="Profitroll",
description="Small module that makes your journey with RMV REST API somehow easier.",
packages=[
"PythonRMV",
"PythonRMV/raw"
],
install_requires=[
"requests",
"xmltodict"