https://github.com/cybercoral/universalclasspy
It's a class template with two main methods (get, load), which lets you get and use any methods from the created class, for Python3.
https://github.com/cybercoral/universalclasspy
basics basics-of-python oop python python3 ram
Last synced: about 2 months ago
JSON representation
It's a class template with two main methods (get, load), which lets you get and use any methods from the created class, for Python3.
- Host: GitHub
- URL: https://github.com/cybercoral/universalclasspy
- Owner: CyberCoral
- License: gpl-3.0
- Created: 2025-01-07T05:24:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T05:24:39.000Z (11 months ago)
- Last Synced: 2025-02-08T05:29:41.697Z (10 months ago)
- Topics: basics, basics-of-python, oop, python, python3, ram
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UniversalClassPy
It's a class template with two main methods (get, load), which lets you get and use any methods from the created class, for Python3.