Base skeleton to sync. with remote repository.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2021-07-16 13:32:57 -05:00
commit cbbcf1a0c6
4 changed files with 12 additions and 0 deletions

3
.project Normal file
View File

@ -0,0 +1,3 @@
{
'srcDirectory' : 'src'
}

3
src/.properties Normal file
View File

@ -0,0 +1,3 @@
{
#format : #tonel
}

View File

@ -0,0 +1,5 @@
Class {
#name : #LepiterPlugin,
#superclass : #Object,
#category : #LepiterPlugins
}

View File

@ -0,0 +1 @@
Package { #name : #LepiterPlugins }