File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2022 Arctic Technology
3+ Copyright (c) 2022 Arctic Technology LLC
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1- # Exports package resources so users can use in their own project .
1+ # This exports package resources so that anyone can use in their own projects .
22__all__ = ['StarterPkg' ]
33from .starterpkg import *
Original file line number Diff line number Diff line change 1- # Allows execution on calling the name the directory: python3 -m <packagename>
1+ # This allows execution on calling the name the directory: python3 -m <packagename>
22# See: https://stackoverflow.com/questions/4042905/what-is-main-py
33from pythonstarterpackage .main import main
44
You can’t perform that action at this time.
0 commit comments